projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9520f
)
Added default value for ssidref -- 0.
author
emellor@ewan
<emellor@ewan>
Sat, 24 Sep 2005 19:41:48 +0000
(20:41 +0100)
committer
emellor@ewan
<emellor@ewan>
Sat, 24 Sep 2005 19:41:48 +0000
(20:41 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index baf4bd6b522ac1ab7488fb650e970969ded20fcd..708d2cf53bba475a1f8adbabae0694a8c61f2db5 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-320,6
+320,7
@@
class XendDomainInfo:
try:
defaultInfo('name', lambda: "Domain-%d" % self.domid)
+ defaultInfo('ssidref', lambda: 0)
defaultInfo('restart_mode', lambda: RESTART_ONREBOOT)
defaultInfo('cpu_weight', lambda: 1.0)
defaultInfo('bootloader', lambda: None)